1/**************************************************************************************
2This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
3(c) 2019-2021 Virgil Mager - vvmager@gmail.com
4(c) 2019-2021 Information Technology Group - http://itgroup.ro
5**************************************************************************************/
6
7style "separator_menu_item" {
8	bg[NORMAL] = shade(0.92, @menu_bg_color)
9	GtkWidget::separator-height = 5
10	engine "murrine" {
11		contrast = 0.85
12	}
13}
14/*
15style "menu" {
16	GtkMenu::vertical-padding = 3 # no effect in Qt
17	ythickness = 3 # not effect in Qt, Qt uses 'xthickness' for both x and y, so i must use equal values
18}
19*/
20